(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
void GT_RefreshWindow()
SYNOPSIS
struct Window * win
struct Requester * req

LOCATION
In GadToolsBase at offset 14
FUNCTION
You have to call this function as soon as a window containing gadtools gadgets was opened or after you have performed a RefreshGList().

INPUTS
win
Window to refresh.
req
Not used. Provide NULL for now.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision